Docker – Multiple processes in one container

  This example shows how to run 2 JAR files in one container. As the base image we will use “phusion/baseimage“ First you need to create startup scripts, for convenience, in the example they will be called “start-first.sh” and “start-second.sh“, in them we describe the launch of JAR files, for example start-first.sh   start-second.sh   … Continue reading  Docker – Multiple processes in one container